home *** CD-ROM | disk | FTP | other *** search
/ Freelog 116 / FreelogNo116-JuilletSeptembre2013.iso / Systeme / PuranDefrag / PuranDefragSetup.exe / {sys} / PuranFD,2.exe / TEXTFILE / NORMALAQUA_INI next >
Text (UTF-16)  |  2013-01-17  |  76KB  |  1,334 lines

  1. ; file: Office2007a\default.ini
  2. ;------------------------------------------
  3.  
  4.  
  5. ;--------- Globals -------------------------
  6. [globals]
  7.  
  8. ; global edge colors (redefined in various parts) 
  9. EdgeLightColor      = 241 239 226
  10. EdgeHighLightColor  = 255 255 255
  11. EdgeShadowColor     = 172 168 153
  12. EdgeDkShadowColor   = 113 111 100 
  13. EdgeFillColor       = 236 233 216
  14.  
  15. ;--------- system metrics -------------------------------
  16. [SysMetrics]
  17. ;The system metric colors also effect non-themed controls.
  18.  
  19. ScrollbarWidth = 17
  20. ScrollbarHeight = 17
  21.  
  22. Window = 255 255 255
  23. MenuBar = 236 233 216
  24. Menu = 255 255 255
  25. Background = 0 78 152
  26. Btnface = 237 237 237
  27. Highlight = 189 207 236
  28.  
  29. Appworkspace = 142 152 175
  30. BtnText = 0 21 110
  31. WindowText = 0 0 0
  32.  
  33. ActiveCaption = 186 186 186
  34. CaptionText = 69 69 69
  35. InactiveCaption = 224 224 224
  36. InactiveCaptionText = 163 163 163
  37. GradientActiveCaption =  224 224 224
  38. GradientInactiveCaption = 250 250 250
  39. HighlightText = 0 0 0
  40. MenuHilight = 189 207 236
  41. BtnShadow = 189 196 212
  42. GrayText = 172 168 153
  43. BtnHighlight = 255 255 255
  44. DkShadow3d = 141 149 173
  45. Light3d = 241 239 226
  46.  
  47. ;---- don't remove these fonts (must specify to be localizable) ----
  48. CaptionFont = Tahoma, 10
  49. CaptionBarHeight = 25
  50. SmallCaptionFont = Tahoma, 8
  51. SMCaptionBarHeight = 17
  52. SMCaptionBarWidth = 17
  53. MenuFont = Tahoma, 8
  54. StatusFont = Tahoma, 8
  55. MsgBoxFont = Tahoma, 8
  56. IconTitleFont = Tahoma, 8
  57.  
  58.  
  59. ;The FlatMenus option allows the author to turn of the 3d border on menus
  60. FlatMenus = true
  61.  
  62. ;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
  63. CssName = cpwebvw.css
  64.  
  65. ;This may allow authors to specify a theme matching XML file.
  66. XmlName = default.xml
  67.  
  68. ; this theme designed for 15-bit color and higher
  69. MinColorDepth = 15
  70.  
  71. ;---------- buttons ---------------------------------
  72. ;Overall button class
  73. [button]
  74.  
  75. ;Normal button
  76. [button.pushbutton]
  77. bgtype = imagefile
  78. SizingMargins = 8, 8, 9, 9
  79. sizingType = Stretch
  80. ContentMargins = 3, 3, 3, 3 
  81. ImageFile = Office2007a\button.bmp
  82. imageCount = 5
  83. ImageLayout = vertical
  84. TextColor = 0 0 0
  85. FillColorHint = 243 243 239; Average fill color (light beige)
  86. BorderColorHint = 0 60 116; Edge color (dark blue grey)
  87. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  88. MinSize= 10, 5
  89.  
  90. ;Makes text for button grey for the disabled state
  91. [button.pushbutton(disabled)]
  92. TextColor = 161 161 146
  93.  
  94. ;Color hint for default state
  95. [button.pushbutton(defaulted)]
  96. AccentColorHint = 157 187 235; Default state hilite color (blue)
  97.  
  98. ;Checkboxes
  99. [button.checkbox]
  100. bgtype = imagefile
  101. imagelayout=vertical
  102. sizingType = TrueSize
  103. SizingMargins = 0, 0, 0, 0
  104. ContentMargins = 0, 0, 0, 0
  105. imageCount = 12
  106. MirrorImage = false
  107. FillColorHint = 33 161 33; Checkmark color (green)
  108. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  109. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  110.  
  111. ;----- Multiple control sizes for different video adapter resolution settings ----
  112. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  113. TrueSizeScalingType = Dpi
  114. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  115. UniformSizing   = true  ; if you must stretch, do width & height equally
  116. ImageFile1=Office2007a\CheckBox13.bmp
  117. ;ImageFile2=Office2007a\CheckBox16.bmp
  118. ;ImageFile3=Office2007a\CheckBox25.bmp
  119. MinDpi1=96
  120. MinDpi2=118
  121. MinDpi3=185 
  122.  
  123. ;Checkboxes can be disabled in various states, so each of the following entries sets the text
  124. ;to grey for the corresponding states.
  125. [button.checkbox(checkeddisabled)]
  126. TextColor = 161 161 146
  127.  
  128. [button.checkbox(uncheckeddisabled)]
  129. TextColor = 161 161 146
  130.  
  131. [button.checkbox(mixeddisabled)]
  132. TextColor = 161 161 146
  133.  
  134. ;Radio buttons
  135. [button.radiobutton]
  136. bgtype = imagefile
  137. imagelayout=vertical
  138. transparent=true
  139. sizingType = TrueSize
  140. SizingMargins = 0, 0, 0, 0
  141. ContentMargins = 0, 0, 0, 0
  142. imageCount = 8
  143. FillColorHint = 33 161 33; Selection dot color (green)
  144. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  145. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  146.  
  147. ;----- Multiple control sizes for different video adapter resolution settings ----
  148. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  149. TrueSizeScalingType = Dpi
  150. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  151. UniformSizing   = true  ; if you must stretch, do width & height equally
  152. ImageFile1=Office2007a\RadioButton13.bmp
  153. MinDpi1=96
  154. MinDpi2=118
  155. MinDpi3=185
  156.  
  157. ;Radio buttons can be disabled in various states, so each of the following entries sets the text
  158. ;to grey for the corresponding states.
  159. [button.radiobutton(checkeddisabled)]
  160. TextColor = 161 161 146
  161.  
  162. [button.radiobutton(uncheckeddisabled)]
  163. TextColor = 161 161 146
  164.  
  165. ;The line enclosing a group of controls
  166. [button.groupbox]
  167. TextColor = 21 74 147
  168. bgtype = imagefile
  169. SizingMargins = 4, 4, 4, 4
  170. sizingType = Tile
  171. ImageFile = Office2007a\GroupBox.bmp
  172. ;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
  173. ;draw on top of the controls it surrounds)
  174. borderOnly = true
  175. transparent = true
  176. BorderColorHint = 127 157 185; Dark beige edge color
  177. NormalSize = 9999, 9999   ; never source size a groupbox (from IE)
  178.  
  179.  
  180. ;----------- combobox --------------------------------
  181. ;Dropdown controls
  182. [Combobox]
  183. ; Globals for the entire control
  184. BgType  = BorderFill
  185. BorderSize  = 1
  186. FillColor   = 255 255 255 
  187. BorderColor = 189 196 212
  188.  
  189. [Combobox(Hot)]
  190. ; Globals when the mouse is over the control
  191. BorderColor = 171 180 199
  192.  
  193.  
  194. [Combobox(Disabled)]
  195. ; Globals when the control is disabled
  196. BorderColor = 201 199 186
  197. FillColor   = 245 244 234
  198.  
  199. ;The down pointing triangle button
  200. [Combobox.DropDownButton]
  201. BgType  = imagefile
  202. imagelayout = vertical
  203. SizingType  = Stretch
  204. ImageFile = Office2007a\ComboButton.bmp
  205. transparent = false
  206. SizingMargins = 3, 3, 3, 3
  207. ContentMargins = 0, 0, 0, 0
  208. ImageCount  = 4
  209. GlyphType   = ImageGlyph
  210. GlyphImageFile = Office2007a\ComboButtonGlyph.bmp
  211. GlyphTransparent= true
  212. FillColorHint = 200 214 251; Average fill color (light blue)
  213. BorderColorHint = 255 255 255; Edge color (white)
  214.  
  215. ;----------- edit --------------------------------
  216. [edit]
  217. BgType  = BorderFill
  218. BorderSize  = 1
  219. FillColor   = 255 255 255 
  220. BorderColor = 189 196 212
  221.  
  222. [edit.edittext(Disabled)]
  223. FillColor   = 235 235 228
  224. TextColor   = 161 161 146
  225.  
  226. [edit.edittext(ReadOnly)]
  227. FillColor   = 235 235 228
  228. TextColor   = 0 0 0
  229.  
  230.  
  231. ;----------- listbox --------------------------------
  232. [Listbox]
  233. BgType  = BorderFill
  234. BorderSize  = 1
  235. FillColor   = 255 255 255 
  236. BorderColor = 189 196 212
  237.  
  238. ;--------- Scrollbar -------------------------
  239. [ScrollBar]
  240.  
  241. ;The buttons, both horizontal and vertical in one strip
  242. ; Scrollbar Arrow Buttons
  243. [ScrollBar.ArrowBtn]
  244. BgType  = ImageFile
  245. SizingMargins = 5, 5, 5, 5
  246. ContentMargins = 0, 0, 3, 3
  247. SizingType = Stretch
  248. ImageFile = Office2007\ScrollArrows.bmp
  249. ImageCount = 20
  250. ImageLayout = Vertical
  251. GlyphType   = ImageGlyph
  252. GlyphTransparent= True
  253. FillColorHint = 200 214 251; Average fill color (light blue)
  254. BorderColorHint = 255 255 255; Edge color (white)
  255.  
  256.  
  257. ;----- the two sizes of scrollbar arrow glyphs ----
  258. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  259. ;TrueSizeScalingType = size
  260. ;SourceShrink = True
  261. ;TrueSizeStretchMark = 150; start stretching when target exceeds source size by 150%
  262. ;UniformSizing   = true; if you must stretch, do width & height equally
  263. ImageFile1  = Office2007\ScrollArrowGlyphs.bmp
  264. ;ImageFile2  = Office2007\ScrollArrowGlyphsSmall.bmp
  265. ;MinSize1  = 7, 7
  266. ;MinSize2  = 9, 9 
  267. ;NormalSize = 7, 10
  268.  
  269. ; Scrollbar Thumb (horizontal)
  270. [Scrollbar.ThumbBtnHorz]
  271. BgType  = ImageFile
  272. SizingMargins = 5, 5, 5, 5
  273. ContentMargins = 4, 4, 0, 0
  274. ImageFile = Office2007\ScrollThumbHorizontal.bmp
  275. ImageCount  = 5
  276. ImageLayout = Vertical
  277. FillColorHint = 198 213 253; Average fill color (light blue)
  278. BorderColorHint = 255 255 255; Edge color (white)
  279.  
  280.  
  281. ;A visual element in the middle of the scrollbar thumb
  282. [Scrollbar.GripperHorz]
  283. BgType  = ImageFile
  284. SizingType  = TrueSize
  285. ImageFile = Office2007\ScrollThumbGripperHorizontal.BMP
  286. imagelayout = vertical
  287. Transparent = True
  288. ImageCount  = 5
  289.  
  290. ; Scrollbar Thumb (vertical)
  291. [Scrollbar.ThumbBtnVert]
  292. BgType  = ImageFile
  293. SizingMargins = 5, 5, 5, 5
  294. ContentMargins = 0, 0, 4, 4
  295. ImageFile = Office2007\ScrollThumbVertical.bmp
  296. ImageCount  = 5
  297. ImageLayout = vertical
  298. FillColorHint = 198 213 253; Average fill color (light blue)
  299. BorderColorHint = 255 255 255; Edge color (white)
  300.  
  301. ;A visual element in the middle of the scrollbar thumb
  302. [Scrollbar.GripperVert]
  303. BgType  = ImageFile
  304. SizingType  = TrueSize
  305. ImageFile = Office2007\ScrollThumbGripperVertical.BMP
  306. ImageCount  = 5
  307. Transparent = True
  308. ImageLayout = Vertical
  309.  
  310.  
  311. ; Scrollbar Tracks (horizontal)
  312. [Scrollbar.LowerTrackHorz]
  313. BgType  = imagefile
  314. ImageFile = Office2007\ScrollShaftHorizontal.bmp
  315. SizingMargins = 0, 0, 1, 1
  316. ImageCount = 5
  317. ImageLayout = Vertical
  318. FillColorHint = 198 213 253; Average fill color (light blue)
  319.  
  320.  
  321. [Scrollbar.UpperTrackHorz]
  322. BgType  = imagefile
  323. ImageFile = Office2007\ScrollShaftHorizontal.bmp
  324. SizingMargins = 0, 0, 1, 1
  325. ImageCount = 5
  326. ImageLayout = Vertical
  327. FillColorHint = 198 213 253; Average fill color (light blue)
  328.  
  329. ; Scrollbar Tracks (vertical)
  330. [Scrollbar.LowerTrackVert]
  331. BgType  = imagefile
  332. ImageFile = Office2007\ScrollShaftVertical.bmp
  333. SizingMargins = 1, 1, 0, 0
  334. ImageCount = 5
  335. ImageLayout = Vertical
  336. FillColorHint = 198 213 253; Average fill color (light blue)
  337.  
  338. [Scrollbar.UpperTrackVert]
  339. BgType  = imagefile
  340. ImageFile = Office2007\ScrollShaftVertical.bmp
  341. SizingMargins = 1, 1, 0, 0
  342. ImageCount = 5
  343. ImageLayout = Vertical
  344. FillColorHint = 198 213 253; Average fill color (light blue)
  345.  
  346. [ScrollBar.SizeBox]
  347. ImageFile = Office2007\ResizeGrip2.bmp
  348. bgtype = imagefile
  349. imageCount = 2
  350. sizingType = trueSize
  351. Transparent = True
  352. TransparentColor = 255 0 0
  353. FillColorHint = 184 180 163; Gripper dot color (dark beige)
  354. VAlign = Bottom
  355.  
  356.  
  357. ;----------- spin --------------------------------
  358. ;Spin buttons for incrementing values in a field
  359. [spin]
  360. bgtype = imagefile
  361. sizingType = tile
  362. ImageFile = Office2007a\FieldOutlineBlue.bmp
  363. SizingMargins = 2, 2, 2, 2
  364. imageCount = 1
  365.  
  366. [Spin.Up]
  367. bgtype = imagefile
  368. sizingType = stretch
  369. ImageFile = Office2007a\SpinButtonBackgroundUp.bmp
  370. SizingMargins = 1, 1, 1, 1
  371. ContentMargins = 0, 0, 0, 0
  372. imageCount = 4
  373. ImageLayout = Vertical
  374. GlyphType   = ImageGlyph
  375. GlyphImageFile = Office2007a\SpinUpGlyph.bmp
  376. GlyphTransparent= True
  377. FillColorHint = 200 214 251; Average fill color (light blue)
  378. BorderColorHint = 255 255 255; Edge color (white)
  379.  
  380. [Spin.Down]
  381. bgtype = imagefile
  382. sizingType = tile
  383. ImageFile = Office2007a\SpinButtonBackgroundDown.bmp
  384. SizingMargins = 1, 1, 1, 1
  385. ContentMargins = 0, 0, 0, 0
  386. imageCount = 4
  387. ImageLayout = Vertical
  388. GlyphType   = ImageGlyph
  389. GlyphImageFile = Office2007a\SpinDownGlyph.bmp
  390. GlyphTransparent= True
  391. FillColorHint = 200 214 251; Average fill color (light blue)
  392. BorderColorHint = 255 255 255; Edge color (white)
  393.  
  394. [Spin.Uphorz]
  395. bgtype = imagefile
  396. sizingType = stretch
  397. ImageFile = Office2007a\SpinButtonBackgroundRight.bmp
  398. SizingMargins = 1, 1, 1, 1
  399. ContentMargins = 0, 0, 0, 0
  400. imageCount = 4
  401. ImageLayout = Horizontal
  402. GlyphType   = ImageGlyph
  403. GlyphImageFile = Office2007a\SpinRightGlyph.bmp
  404. GlyphTransparent = True
  405. FillColorHint = 200 214 251; Average fill color (light blue)
  406. BorderColorHint = 255 255 255; Edge color (white)
  407.  
  408. [Spin.Downhorz]
  409. bgtype = imagefile
  410. sizingType = Stretch
  411. ImageFile = Office2007a\SpinButtonBackgroundLeft.bmp
  412. SizingMargins = 1, 1, 1, 1
  413. ContentMargins = 0, 0, 0, 0
  414. imageCount = 4
  415. ImageLayout = Horizontal
  416. GlyphType   = ImageGlyph
  417. GlyphImageFile = Office2007a\SpinLeftGlyph.bmp
  418. GlyphTransparent = True
  419. FillColorHint = 200 214 251; Average fill color (light blue)
  420. BorderColorHint = 255 255 255; Edge color (white)
  421.  
  422. ;----------- rebar --------------------------------
  423. ;Rebar is a container for toolbars
  424.  
  425. [Rebar]
  426. bgtype =imagefile
  427. sizingtype=stretch
  428. sizingmargins= 0, 0, 0, 4
  429. ImageFile = Office2007a\ToolbarBackground.bmp
  430. sizingmargins= 0, 0, 0, 0
  431.  
  432. Font                = Tahoma, 8
  433. TextColor           = 127 124 115
  434. FillColorHint = 241 243 239; Background color of toolbars (light beige)
  435.  
  436. [Rebar.Band]
  437. bgtype = none
  438. ContentMargins    = 2, 0, 0, 0
  439. EdgeShadowColor = 216 214 214
  440.  
  441. [Rebar.Gripper]
  442. bgtype = imagefile
  443. SizingMargins   = 2, 1, 4, 2 
  444. ContentMargins    = 2, 1, 0, 0
  445. ImageFile = Office2007a\ToolbarGripper.bmp
  446. sizingType     = Tile
  447. Transparent     = true
  448. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  449.  
  450. [Rebar.GripperVert]
  451. bgtype = imagefile
  452. SizingMargins = 3, 3, 2, 1
  453. ContentMargins    = 1, 2, 0, 0
  454. ImageFile = Office2007a\ToolbarGripperVert.bmp
  455. sizingType = Tile
  456. Transparent = true
  457. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  458.  
  459. [Rebar.Chevron]
  460. SizingMargins = 4, 4, 4, 4
  461. ContentMargins = 0, 0, 0, 0
  462. ImageFile = Office2007a\ToolbarButtons.bmp
  463. bgtype = imagefile
  464. imagelayout = vertical
  465. imageCount= 6
  466. sizingType= Stretch
  467. Transparent = true
  468. GlyphType   = ImageGlyph
  469. GlyphImageFile = Office2007a\Chevron.bmp
  470. GlyphTransparent= true
  471. VAlign = Top
  472. FillColorHint = 0 0 0; Glyph color (black)
  473.  
  474. [Rebar.ChevronVert]
  475. SizingMargins = 4, 4, 4, 4
  476. ContentMargins = 0, 0, 0, 0
  477. ImageFile = Office2007a\ToolbarButtons.bmp
  478. bgtype = imagefile
  479. imagelayout = vertical
  480. imageCount= 6
  481. sizingType= Stretch
  482. Transparent = true
  483. GlyphType   = ImageGlyph
  484. GlyphImageFile = Office2007a\Chevron.bmp
  485. GlyphTransparent= true
  486. VAlign = Top
  487. FillColorHint = 0 0 0; Glyph color (black)
  488.  
  489. ;----------- toolbar--------------------------------
  490. ;Button bars and menu bars in some applicatons
  491.  
  492. [Toolbar]
  493. BgType  = Borderfill
  494. Bordersize  = 0
  495. FillColor   = 236 233 216
  496. TextColor   = 0 21 110
  497.  
  498. [Toolbar(Pressed)]
  499. TextColor= 255 255 255
  500.  
  501. [Toolbar.Button]
  502. SizingMargins = 4, 4, 4, 4
  503. ContentMargins = 0, 0, 0, 0
  504. ImageFile = Office2007a\ToolbarButtons.bmp
  505. bgtype = imagefile
  506. imagelayout = vertical
  507. imageCount = 6
  508. sizingType = Stretch
  509. Transparent = true
  510. TransparentColor = 255 0 255
  511. FillColorHint = 241 243 239; Average fill color (light beige)
  512. BorderColorHint = 206 206 195; Edge color (dark beige)
  513.  
  514. [Toolbar.Separator]
  515. SizingMargins = 5, 2, 2, 1
  516. ImageFile = Office2007a\Separator.bmp
  517. bgtype = imagefile
  518. imageCount = 1
  519. sizingType = tile
  520. Transparent = true
  521. TransparentColor = 255 0 0
  522. FillColorHint = 202 198 175; Darker separator color (medium beige)
  523.  
  524. [Toolbar.SeparatorVert]
  525. SizingMargins = 2, 1, 5, 1
  526. ImageFile = Office2007a\SeparatorVert.bmp
  527. bgtype = imagefile
  528. imageCount = 1
  529. sizingType = tile
  530. Transparent = true
  531. TransparentColor = 255 0 0
  532. FillColorHint = 202 198 175; Darker separator color (medium beige)
  533.  
  534.  
  535. [Toolbar.DropdownButton]
  536. SizingMargins = 4, 4, 4, 4
  537. ContentMargins = 0, 0, 0, 0
  538. ImageFile = Office2007a\ToolbarButtons.bmp
  539. bgtype = imagefile
  540. imagelayout = vertical
  541. imageCount = 6
  542. sizingType = Stretch
  543. Transparent = true
  544. TransparentColor = 255 0 255
  545. FillColorHint = 241 243 239; Average fill color (light beige)
  546. BorderColorHint = 206 206 195; Edge color (dark beige)
  547.  
  548. [Toolbar.SplitButton]
  549. SizingMargins = 4, 2, 4, 4
  550. ImageFile = Office2007a\ToolbarButtonsSplit.bmp
  551. bgtype = imagefile
  552. imagelayout = vertical
  553. imageCount = 6
  554. sizingType = Stretch
  555. Transparent = true
  556. TransparentColor = 255 0 255
  557. FillColorHint = 241 243 239; Average fill color (light beige)
  558. BorderColorHint = 206 206 195; Edge color (dark beige)
  559.  
  560. [Toolbar.SplitButtonDropdown]
  561. SizingMargins = 2, 4, 4, 4
  562. ImageFile = Office2007a\ToolbarButtonsSplitDropdown.bmp
  563. bgtype = imagefile
  564. imagelayout = vertical
  565. imageCount = 6
  566. sizingType = Stretch
  567. Transparent = true
  568. TransparentColor = 255 0 255
  569. GlyphType   = ImageGlyph
  570. GlyphImageFile = Office2007a\ToolbarButtonsSplitDropdownGlyph.bmp
  571. GlyphTransparent= true
  572. FillColorHint = 241 243 239; Average fill color (light beige)
  573. BorderColorHint = 206 206 195; Edge color (dark beige)
  574.  
  575.  
  576. ;----------- status--------------------------------
  577. ;The area at the bottom of a window containing miscellaneous status info
  578. ;The first is the container for the status sections
  579. [Status]
  580. SizingMargins = 0, 0, 5, 5
  581. ImageFile = Office2007a\StatusBackground.bmp
  582. bgtype = imagefile
  583. imageCount = 1
  584. sizingType = Stretch
  585. FillColorHint = 236 233 216; Average fill color (beige)
  586.  
  587. ;The individual status item backgrounds
  588. [Status.Pane]
  589. SizingMargins = 0, 2, 0, 1
  590. ImageFile = Office2007a\StatusPane.bmp
  591. bgtype = imagefile
  592. imageCount = 1
  593. sizingType = Stretch
  594. TextColor = 9 32 97
  595. Transparent = True
  596. TransparentColor = 255 0 0 
  597.  
  598. ;The individual status item backgrounds
  599. [Status.GripperPane]
  600. bgtype = none
  601.  
  602. ;The resize corner
  603. [Status.Gripper]
  604. ContentMargins=0,0,0,0
  605. ImageFile = Office2007a\ResizeGrip2.bmp
  606. bgtype = imagefile
  607. imageCount = 2
  608. sizingType = trueSize
  609. Transparent = True
  610. TransparentColor = 255 0 0 
  611. FillColorHint = 184 180 163; Resize gripper dots (dark beige)
  612. VAlign = Bottom
  613.  
  614.  
  615. ;----------- list view --------------------------------
  616. ;Icon, list, details, etc.
  617.  
  618. [ListView]
  619. BgType  = BorderFill
  620. BorderSize  = 1
  621. FillColor   = 255 255 255 
  622. BorderColor = 189 196 212
  623.  
  624. ;----------- Tree view --------------------------------
  625.  
  626. [TreeView]
  627. BgType  = BorderFill
  628. BorderSize  = 1
  629. FillColor   = 255 255 255 
  630. BorderColor = 189 196 212
  631.  
  632. [TreeView.Glyph]
  633. bgtype = imagefile
  634. SizingType = TrueSize
  635. imagecount = 2
  636. imageLayout=vertical
  637. ;----- Multiple control sizes for different video adapter resolution settings ----
  638. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  639. TrueSizeScalingType = Dpi
  640. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  641. UniformSizing   = true  ; if you must stretch, do width & height equally
  642. ImageFile1=Office2007a\treeExpandCollapse.bmp
  643. ImageFile2=Office2007a\treeExpandCollapse10.bmp
  644. ImageFile3=Office2007a\treeExpandCollapse15.bmp
  645. MinDpi1=96
  646. MinDpi2=133
  647. MinDpi3=150 
  648.  
  649.  
  650. ;----------- header --------------------------------
  651. ;The area at the top of a list, with clickable headers for sort order
  652.  
  653. [Header]
  654. bgtype = imagefile
  655. SizingMargins = 0, 0, 3, 3
  656. ImageFile = Office2007a\ListviewHeaderBackground.bmp
  657. sizingType = stretch
  658.  
  659. [Header.HeaderItem]
  660. bgtype = imagefile
  661. SizingMargins = 3, 3, 3, 3
  662. ContentMargins = 3, 0, 0, 0
  663. ImageFile = Office2007a\ListViewHeader.bmp
  664. imageCount=5
  665. imageLayout=vertical
  666. sizingType = stretch
  667. transparent=true
  668. transparentcolor=255 0 0
  669. FillColorHint = 250 248 243; Average fill color (light beige)
  670. AccentColorHint = 252 194 71; Rollover hilite color (orange)
  671.  
  672.  
  673. ;----------- progress --------------------------------
  674. ;Progress bars
  675.  
  676. [Progress]
  677. ProgressChunkSize=6
  678. ProgressSpaceSize=2
  679. bgType = borderFill
  680. fillType = Solid
  681. fillColor = 46 211 49
  682. bordersize = 1
  683. borderColor = 235 235 228
  684.  
  685. [Progress.Bar]
  686. bgtype = imagefile
  687. ImageFile = Office2007a\ProgressTrack.bmp
  688. MinSize=10,10
  689. sizingMargins = 4, 4, 3, 3
  690. SizingType = tile
  691. FillColorHint = 255 255 255; Background color (white)
  692. BorderColorHint = 104 104 104; Edge color (dark grey)
  693. NormalSize = 100, 18
  694. SourceShrink = true
  695.  
  696. [Progress.Chunk]
  697. bgtype = imagefile
  698. ImageFile = Office2007a\ProgressChunk.bmp
  699. sizingMargins = 0, 0, 6, 5
  700. SizingType = tile
  701. FillColorHint = 46 211 49; Progress indicator color (green)
  702.  
  703. [Progress.BarVert]
  704. bgtype = imagefile
  705. ImageFile = Office2007a\ProgressTrackVert.bmp
  706. sizingMargins = 3, 3, 4, 4
  707. SizingType = tile
  708. FillColorHint = 255 255 255; Background color (white)
  709. BorderColorHint = 104 104 104; Edge color (dark grey)
  710.  
  711. [Progress.ChunkVert]
  712. bgtype = imagefile
  713. ImageFile = Office2007a\ProgressChunkVert.bmp
  714. sizingMargins = 6, 5, 0, 0
  715. SizingType = tile
  716. FillColorHint = 46 211 49; Progress indicator color (green)
  717.  
  718.  
  719. ;----------- tab --------------------------------
  720. [Tab]
  721. bgType = borderFill
  722. fillType = Solid
  723. fillColor = 236 233 216
  724. bordersize = 0
  725.  
  726. ;The whole content area of a tab page
  727. [Tab.Pane]
  728. bgtype = imagefile
  729. ImageFile = Office2007a\TabPaneEdge.bmp
  730. sizingMargins = 2, 4, 2, 4
  731. SizingType = stretch
  732. imagecount = 1
  733. FillColorHint = 251 251 253; Light tab background color (very light beige)
  734. BorderColorHint = 145 155 156; Edge color (dark grey)
  735.  
  736. [Tab.TabItem]
  737. SizingMargins = 6, 6, 6, 6
  738. ContentMargins = 0, 0, 0, 0
  739. bgtype=imagefile
  740. ImageFile = Office2007a\tabItemTop.bmp
  741. imagecount=5
  742. imagelayout=vertical
  743. FillColorHint = 248 248 246; Tab average color (light beige)
  744. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  745. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  746.  
  747.  
  748. [Tab.TabItemLeftEdge]
  749. SizingMargins = 6, 6, 6, 6
  750. ContentMargins = 0, 0, 0, 0
  751. bgtype=imagefile
  752. ImageFile = Office2007a\tabItemLeft.bmp
  753. imagecount=5
  754. imagelayout=vertical
  755. FillColorHint = 248 248 246; Tab average color (light beige)
  756. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  757. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  758.  
  759.  
  760. [Tab.TabItemRightEdge]
  761. SizingMargins = 6, 6, 6, 6
  762. ContentMargins = 0, 0, 0, 0
  763. bgtype=imagefile
  764. ImageFile = Office2007a\tabItemRight.bmp
  765. imagecount=5
  766. imagelayout=vertical
  767. FillColorHint = 248 248 246; Tab average color (light beige)
  768. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  769. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  770.  
  771.  
  772. [Tab.TabItemBothEdge]
  773. SizingMargins = 6, 6, 6, 6
  774. ContentMargins = 0, 0, 0, 0
  775. bgtype=imagefile
  776. ImageFile = Office2007a\tabItemBoth.bmp
  777. imagecount=5
  778. imagelayout=vertical
  779. FillColorHint = 248 248 246; Tab average color (light beige)
  780. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  781. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  782.  
  783.  
  784. [Tab.TopTabItem]
  785. SizingMargins = 6, 6, 6, 6
  786. ContentMargins = 0, 0, 0, 0
  787. bgtype=imagefile
  788. ImageFile = Office2007a\tabItemTop.bmp
  789. imagecount=5
  790. imagelayout=vertical
  791. FillColorHint = 248 248 246; Tab average color (light beige)
  792. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  793. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  794.  
  795.  
  796. [Tab.TopTabItemLeftEdge]
  797. SizingMargins = 6, 6, 6, 6
  798. ContentMargins = 0, 0, 0, 0
  799. bgtype=imagefile
  800. ImageFile = Office2007a\tabItemTopLeft.bmp
  801. imagecount=5
  802. imagelayout=vertical
  803. FillColorHint = 248 248 246; Tab average color (light beige)
  804. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  805. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  806.  
  807.  
  808. [Tab.TopTabItemRightEdge]
  809. SizingMargins = 6, 6, 6, 6
  810. ContentMargins = 0, 0, 0, 0
  811. bgtype=imagefile
  812. ImageFile = Office2007a\tabItemTop.bmp
  813. imagecount=5
  814. imagelayout=vertical
  815. FillColorHint = 248 248 246; Tab average color (light beige)
  816. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  817. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  818.  
  819.  
  820. [Tab.TopTabItemBothEdge]
  821. SizingMargins = 6, 6, 6, 6
  822. ContentMargins = 0, 0, 0, 0
  823. bgtype=imagefile
  824. ImageFile = Office2007a\tabItemTopBoth.bmp
  825. imagecount=5
  826. imagelayout=vertical
  827. FillColorHint = 248 248 246; Tab average color (light beige)
  828. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  829. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  830.  
  831.  
  832. [Tab.Body]
  833. bgtype = imagefile
  834. stockImageFile = Office2007a\TabBackground.bmp
  835. FillColorHint = 251 251 253; Light tab background color (very light beige)
  836.  
  837. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  838. TrueSizeScalingType = Dpi
  839. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  840. ImageFile1=Office2007a\TabBackground.bmp
  841. ImageFile2=Office2007a\TabBackground133.bmp
  842. MinDpi1=96
  843. MinDpi2=164
  844.  
  845. ;----------- trackbar --------------------------------
  846. ;Volume sliders, etc.
  847. [TrackBar]
  848. bgType = borderFill
  849. fillType = Solid
  850. fillColor = 235 235 228
  851. bordersize = 1
  852. borderColor = 235 235 228
  853.  
  854. ;The movable part of a horizontal slider (TBS_BOTH style)
  855. [TrackBar.Thumb]
  856. bgtype=imagefile
  857. ImageFile = Office2007a\TrackbarHorizontal.bmp
  858. imagecount=5
  859. imagelayout = vertical
  860. SizingMargins = 3, 4, 3, 4
  861. sizingtype = tile
  862. FillColorHint = 243 243 239; Average background color (light beige)
  863. BorderColorHint = 181 196 205; Edge color (blue grey)
  864. AccentColorHint = 71 196 70; Rollover color (green)
  865.  
  866. ;The movable part of a horizontal slider (TBS_TOP style)
  867. [TrackBar.ThumbTop]
  868. bgtype=imagefile
  869. imagecount=5
  870. imagelayout = vertical
  871. transparent=true
  872. sizingtype = truesize
  873. transparentcolor= 242 241 231
  874. FillColorHint = 243 243 239; Average background color (light beige)
  875. BorderColorHint = 181 196 205; Edge color (blue grey)
  876. AccentColorHint = 71 196 70; Rollover color (green)
  877.  
  878.  
  879. ;----- the three sizes ----
  880. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  881. TrueSizeScalingType = Dpi
  882. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  883. UniformSizing   = true  ; if you must stretch, do width & height equally
  884. ImageFile1=Office2007a\TrackBarUp13.bmp
  885. MinDpi1=96
  886. MinDpi2=118
  887. MinDpi3=185
  888.  
  889.  
  890. ;The movable part of a horizontal slider (TBS_BOTTOM style)
  891. [TrackBar.ThumbBottom]
  892. bgtype=imagefile
  893. imagecount=5
  894. transparent=true
  895. SizingMargins = 3, 6, 6, 10
  896. sizingtype = truesize
  897. transparentcolor= 242 241 231
  898. ImageLayout = vertical
  899. FillColorHint = 243 243 239; Average background color (light beige)
  900. BorderColorHint = 181 196 205; Edge color (blue grey)
  901. AccentColorHint = 71 196 70; Rollover color (green)
  902.  
  903.  
  904. ;----- the three sizes ----
  905. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  906. TrueSizeScalingType = Dpi
  907. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  908. UniformSizing   = true  ; if you must stretch, do width & height equally
  909. ImageFile1=Office2007a\TrackBarDown13.bmp
  910. MinDpi1=96
  911. MinDpi2=118
  912. MinDpi3=185
  913.  
  914. ;The movable part of a vertical slider (TBS_BOTH style)
  915. [TrackBar.ThumbVert]
  916. bgtype=imagefile
  917. ImageFile = Office2007a\TrackbarVertical.bmp
  918. SizingMargins = 3, 4, 3, 4
  919. sizingtype = tile
  920. imagecount=5
  921. ImageLayout = vertical
  922. FillColorHint = 243 243 239; Average background color (light beige)
  923. BorderColorHint = 181 196 205; Edge color (blue grey)
  924. AccentColorHint = 71 196 70; Rollover color (green)
  925.  
  926.  
  927. ;The movable part of a vertical slider (TBS_LEFT style)
  928. [TrackBar.ThumbLeft]
  929. bgtype=imagefile
  930. sizingtype = truesize
  931. imagecount=5
  932. transparent=true
  933. transparentcolor= 242 241 231
  934. ImageLayout = vertical
  935. FillColorHint = 243 243 239; Average background color (light beige)
  936. BorderColorHint = 181 196 205; Edge color (blue grey)
  937. AccentColorHint = 71 196 70; Rollover color (green)
  938.  
  939. ;----- the three sizes ----
  940. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  941. TrueSizeScalingType = Dpi
  942. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  943. UniformSizing   = true  ; if you must stretch, do width & height equally
  944. ImageFile1=Office2007a\TrackBarLeft13.bmp
  945. MinDpi1=96
  946. MinDpi2=118
  947. MinDpi3=185
  948.  
  949. ;The movable part of a vertical slider (TBS_RIGHT style)
  950. [TrackBar.ThumbRight]
  951. bgtype=imagefile
  952. ImageFile = Office2007a\TrackbarRight13.bmp
  953. sizingtype = truesize
  954. imagecount=5
  955. transparent=true
  956. transparentcolor= 242 241 231
  957. ImageLayout = vertical
  958. FillColorHint = 243 243 239; Average background color (light beige)
  959. BorderColorHint = 181 196 205; Edge color (blue grey)
  960. AccentColorHint = 71 196 70; Rollover color (green)
  961.  
  962.  
  963. ;----- the three sizes ----
  964. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  965. TrueSizeScalingType = Dpi
  966. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  967. UniformSizing   = true  ; if you must stretch, do width & height equally
  968. ImageFile1=Office2007a\TrackBarRight13.bmp
  969. MinDpi1=96
  970. MinDpi2=118
  971. MinDpi3=185
  972.  
  973. ;The track along which a slidermoves
  974. [TrackBar.Track]
  975. bgtype=imagefile
  976. ImageFile = Office2007a\sliderTrack.bmp
  977. imagecount=1
  978. sizingtype = stretch
  979. SizingMargins = 2, 2, 2, 2
  980. FillColorHint = 242 241 233
  981. BorderColorHint = 157 156 153
  982.  
  983. ;The vertical track along which a slider moves
  984. [TrackBar.TrackVert]
  985. bgtype=imagefile
  986. ImageFile = Office2007a\sliderTrack.bmp
  987. imagecount=1
  988. sizingtype = stretch
  989. SizingMargins = 2, 2, 2, 2
  990. FillColorHint = 242 241 233; Background color (light beige)
  991. BorderColorHint = 157 156 153; Edge color (dark grey)
  992.  
  993. ;Set the color of the tickmarks drawn for the slider
  994. [TrackBar.Tics]
  995. color=161 161 146
  996.  
  997. ;Set the color of the tickmarks drawn for the vertical slider
  998. [TrackBar.TicsVert]
  999. color=161 161 146
  1000.  
  1001.  
  1002. ;-------------- Windows ------------------------
  1003. [Window]
  1004. BgType = ImageFile
  1005. Transparent = true
  1006.  
  1007.  
  1008. [Window.Caption]
  1009. ImageFile = Office2007a\FrameCaption.bmp
  1010. SizingMargins = 6, 6, 6, 6
  1011. ContentMargins = 1, 1, 1, 1
  1012. CaptionMargins = 4, 3, 0, 0
  1013. SizingType = stretch
  1014. Imagelayout = vertical
  1015. ImageCount=2
  1016. Transparent = True
  1017. FillColorHint = 0 84 229; Average background color (strong blue)
  1018.  
  1019. [Window.Caption(active)]
  1020. TextShadowType = Single
  1021.  
  1022. [Window.CaptionSizingTemplate]
  1023. ImageFile = Office2007a\FrameCaptionSizing.bmp
  1024. SizingMargins = 28, 35, 9, 17
  1025. ContentMargins = 18, 18, 26, 0
  1026. SizingType = tile
  1027. Imagelayout = vertical
  1028. ImageCount=2
  1029. Transparent = True
  1030. TransparentColor = 0 0 0
  1031.  
  1032. [Window.SmallCaption]
  1033. ImageFile = Office2007a\SmallFrameCaption.bmp
  1034. SizingMargins = 2, 2, 2, 2
  1035. ContentMargins = 1, 1, 1, 1
  1036. SizingType = tile
  1037. Imagelayout = vertical
  1038. ImageCount=2
  1039. FillColorHint = 0 84 229; Average background color (strong blue)
  1040.  
  1041. [Window.SmallCaptionSizingTemplate]
  1042. ImageFile = Office2007a\SmallFrameCaptionSizing.bmp
  1043. SizingMargins = 24, 37, 9, 8
  1044. ContentMargins = 14, 14, 16, 0
  1045. SizingType = tile
  1046. Imagelayout = vertical
  1047. ImageCount=2
  1048. Transparent = True
  1049. TransparentColor = 0 0 0
  1050.  
  1051. ;The representation of a minimized window in and MDI application
  1052. [Window.MinCaption]
  1053. ImageFile = Office2007a\FrameCaptionMin.bmp
  1054. ImageCount = 2
  1055. ImageLayout = vertical
  1056. SizingType = stretch
  1057. SizingMargins = 23, 26, 12, 8
  1058. ContentMargins = 3, 3, 0, 3
  1059. CaptionMargins = 4, 3, 0, 0
  1060. FillColorHint = 0 84 229; Average background color (strong blue)
  1061.  
  1062. ;Shows as a strip at the top of a window when an application is maximized, rather than as a frame
  1063. ;surrounding the window
  1064. [Window.MaxCaption]
  1065. ImageFile = Office2007a\FrameMaximized.bmp
  1066. SizingMargins = 28, 35, 9, 17
  1067. ContentMargins = 1, 1, 1, 1
  1068. SizingType = stretch
  1069. SizingType = Tile
  1070. Imagelayout = vertical
  1071. ImageCount=2
  1072. CaptionMargins = 4, 3, 4, 2 
  1073. ContentAlignment = left
  1074. FillColorHint = 0 84 229; Average background color (strong blue)
  1075.  
  1076. [Window.MaxCaption(Active)]
  1077. TextShadowType = Single
  1078.  
  1079. [Window.FrameLeft]
  1080. ImageFile = Office2007a\frameLeft.bmp
  1081. SizingMargins = 2, 2, 0, 0
  1082. SizingType = stretch
  1083. ImageLayout = vertical
  1084. ImageCount = 2
  1085. Transparent = FALSE
  1086. Borderonly = FALSE
  1087.  
  1088. [Window.FrameRight]
  1089. ImageFile = Office2007a\frameRight.bmp
  1090. SizingMargins = 2, 2, 0, 0
  1091. SizingType = stretch
  1092. ImageLayout = vertical
  1093. ImageCount = 2
  1094. Transparent = FALSE
  1095. Borderonly = FALSE
  1096.  
  1097. [Window.FrameBottom]
  1098. ImageFile = Office2007a\frameBottom.bmp
  1099. SizingMargins = 5, 5, 2, 2
  1100. SizingType = stretch
  1101. ImageLayout = vertical
  1102. ImageCount = 2
  1103. Transparent = FALSE
  1104. Borderonly = FALSE
  1105.  
  1106. [Window.SmallFrameLeft]
  1107. ImageFile = Office2007a\frameLeft.bmp
  1108. SizingMargins = 2, 2, 0, 0
  1109. SizingType = stretch
  1110. ImageLayout = vertical
  1111. ImageCount = 2
  1112. Transparent = FALSE
  1113. Borderonly = FALSE
  1114.  
  1115. [Window.SmallFrameRight]
  1116. ImageFile = Office2007a\frameRight.bmp
  1117. SizingMargins = 2, 2, 0, 0
  1118. SizingType = stretch
  1119. ImageLayout = vertical
  1120. ImageCount = 2
  1121. Transparent = FALSE
  1122. Borderonly = FALSE
  1123.  
  1124. [Window.SmallFrameBottom]
  1125. ImageFile = Office2007a\frameBottom.bmp
  1126. SizingMargins = 5, 5, 2, 2
  1127. SizingType = stretch
  1128. ImageLayout = vertical
  1129. ImageCount = 2
  1130. Transparent = FALSE
  1131. Borderonly = FALSE
  1132.  
  1133. ;Background for dialog boxes
  1134.  
  1135. [Window.dialog]
  1136. bgType = BorderFill
  1137. FillColor = 236 233 216
  1138. BorderColor = 236 233 216
  1139.  
  1140.  
  1141. ;Close button in Window titlebar
  1142. [Window.CloseButton]
  1143. BgType = ImageFile
  1144. SizingMargins = 3, 3, 3, 3
  1145. ContentMargins = 0, 0, 0, 0
  1146. sizingType = Stretch
  1147. ImageFile = Office2007a\CaptionButton.bmp
  1148. GlyphType   = ImageGlyph
  1149. GlyphTransparent = True
  1150. ImageCount = 8
  1151. ImageLayout = Vertical
  1152. OffsetType = TopRight
  1153. Offset = -25, 5
  1154. FillColorHint = 228 93 61; Close box average color (brick red)
  1155. BorderColorHint = 255 255 255; Edge color (white)
  1156.  
  1157. ;----- glyphs ----
  1158. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1159. UniformSizing   = true  ; if you must stretch, do width & height equally
  1160. ImageFile1=Office2007a\CloseGlyph13.bmp
  1161. ImageFile2=Office2007a\CloseGlyph13.bmp
  1162. ImageFile3=Office2007a\CloseGlyph19.bmp
  1163. ImageFile4=Office2007a\CloseGlyph19.bmp
  1164. ImageFile5=Office2007a\CloseGlyph19.bmp
  1165. MinDpi1=96
  1166. MinDpi2=126
  1167. MinDpi3=170
  1168.  
  1169.  
  1170. ;Maximize button in window titlebar
  1171. [Window.MaxButton]
  1172. BgType = ImageFile
  1173. SizingMargins = 3, 3, 3, 3
  1174. ContentMargins = 0, 0, 0, 0
  1175. sizingType = Stretch
  1176. ImageFile = Office2007a\CaptionButton.bmp
  1177. GlyphType   = ImageGlyph
  1178. GlyphTransparent = True
  1179. ImageCount = 8
  1180. ImageLayout=Vertical
  1181. OffsetType = TopRight
  1182. Offset = -49, 5
  1183. FillColorHint = 74 121 246; Titlebar button color (blue)
  1184. BorderColorHint = 255 255 255; Edge color (white)
  1185.  
  1186. ;----- glyphs ----
  1187. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1188. UniformSizing   = true  ; if you must stretch, do width & height equally
  1189. ImageFile1=Office2007a\MaximizeGlyph13.bmp
  1190. ImageFile2=Office2007a\MaximizeGlyph13.bmp
  1191. ImageFile3=Office2007a\MaximizeGlyph19.bmp
  1192. ImageFile4=Office2007a\MaximizeGlyph19.bmp
  1193. ImageFile5=Office2007a\MaximizeGlyph19.bmp
  1194. MinDpi1=96
  1195. MinDpi2=126
  1196. MinDpi3=170
  1197.  
  1198.  
  1199. ;Restore button in window titlebar
  1200. [Window.RestoreButton]
  1201. BgType = ImageFile
  1202. SizingMargins = 3, 3, 3, 3
  1203. ContentMargins = 0, 0, 0, 0
  1204. sizingType = Stretch
  1205. ImageFile = Office2007a\CaptionButton.bmp
  1206. GlyphType   = ImageGlyph
  1207. GlyphTransparent = True
  1208. ImageCount = 8
  1209. ImageLayout=Vertical
  1210. OffsetType = TopRight
  1211. Offset = -49, 5
  1212. FillColorHint = 74 121 246; Titlebar button color (blue)
  1213. BorderColorHint = 255 255 255; Edge color (white)
  1214.  
  1215. ;----- glyphs ----
  1216. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1217. UniformSizing   = true  ; if you must stretch, do width & height equally
  1218. ImageFile1=Office2007a\RestoreGlyph13.bmp
  1219. ImageFile2=Office2007a\RestoreGlyph13.bmp
  1220. ImageFile3=Office2007a\RestoreGlyph19.bmp
  1221. ImageFile4=Office2007a\RestoreGlyph19.bmp
  1222. ImageFile5=Office2007a\RestoreGlyph19.bmp
  1223. MinDpi1=96
  1224. MinDpi2=126
  1225. MinDpi3=170
  1226.  
  1227.  
  1228. ;Minimize button in window titlebar
  1229. [Window.MinButton]
  1230. BgType = ImageFile
  1231. SizingMargins = 3, 3, 3, 3
  1232. ContentMargins = 0, 0, 0, 0
  1233. sizingType = Stretch
  1234. ImageFile = Office2007a\CaptionButton.bmp
  1235. GlyphType   = ImageGlyph
  1236. GlyphTransparent = True
  1237. ImageCount = 8
  1238. ImageLayout=Vertical
  1239. OffsetType = TopRight
  1240. Offset = -73, 5
  1241. FillColorHint = 74 121 246; Titlebar button color (blue)
  1242. BorderColorHint = 255 255 255; Edge color (white)
  1243.  
  1244. ;----- glyphs ----
  1245. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1246. UniformSizing   = true  ; if you must stretch, do width & height equally
  1247. ImageFile1=Office2007a\MinimizeGlyph13.bmp
  1248. ImageFile2=Office2007a\MinimizeGlyph13.bmp
  1249. ImageFile3=Office2007a\MinimizeGlyph19.bmp
  1250. ImageFile4=Office2007a\MinimizeGlyph19.bmp
  1251. ImageFile5=Office2007a\MinimizeGlyph19.bmp
  1252. MinDpi1=96
  1253. MinDpi2=126
  1254. MinDpi3=170
  1255.  
  1256. ;Help button in window titlebar--normally only appears on dialog windows
  1257. [Window.HelpButton]
  1258. BgType = ImageFile
  1259. SizingMargins = 3, 3, 3, 3
  1260. ContentMargins = 0, 0, 0, 0
  1261. sizingType = Stretch
  1262. ImageFile = Office2007a\CaptionButton.bmp
  1263. GlyphType   = ImageGlyph
  1264. GlyphTransparent = True
  1265. ImageCount = 8
  1266. ImageLayout=Vertical
  1267. OffsetType = TopRight
  1268. Offset = -73, 5
  1269. MirrorImage = true  ; don't remove this (must specify to be localizable)
  1270. FillColorHint = 74 121 246; Titlebar button color (blue)
  1271. BorderColorHint = 255 255 255; Edge color (white)
  1272.  
  1273. ;----- glyphs ----
  1274. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1275. UniformSizing   = true  ; if you must stretch, do width & height equally
  1276. ImageFile1=Office2007a\HelpGlyph13.bmp
  1277. ImageFile2=Office2007a\HelpGlyph13.bmp
  1278. ImageFile3=Office2007a\HelpGlyph19.bmp
  1279. ImageFile4=Office2007a\HelpGlyph19.bmp
  1280. ImageFile5=Office2007a\HelpGlyph19.bmp
  1281. MinDpi1=96
  1282. MinDpi2=126
  1283. MinDpi3=170
  1284.  
  1285. ;Close button for palette windows
  1286. [Window.SmallCloseButton]
  1287. BgType = ImageFile
  1288. SizingMargins = 5, 5, 5, 5
  1289. ContentMargins = 0, 0, 0, 0
  1290. sizingType = Stretch
  1291. ;ImageFile = Office2007a\SmallCloseButton.bmp
  1292. ImageFile = Office2007a\CaptionButton.bmp
  1293. GlyphType   = ImageGlyph
  1294. GlyphImageFile = Office2007a\CloseGlyph13.bmp
  1295. GlyphTransparent = True
  1296. ImageCount = 8
  1297. ImageLayout = Vertical
  1298. OffsetType = TopRight
  1299. Offset = -16, 3
  1300. FillColorHint = 228 93 61; Close box average color (brick red)
  1301. BorderColorHint = 255 255 255; Edge color (white)
  1302.  
  1303. [Window.SmallCaption]
  1304. ImageFile = Office2007a\SmallFrameCaption.bmp
  1305. SizingMargins = 4, 4, 4, 4
  1306. ContentMargins = 1, 1, 1, 1
  1307. SizingType = stretch
  1308. Imagelayout = vertical
  1309. ImageCount=2
  1310. FillColorHint = 0 84 229; Average background color (strong blue)
  1311.  
  1312. [ExplorerBar.HeaderClose]; Not used in IE 6
  1313. BgType  = ImageFile
  1314. ;SizingType  = TrueSize
  1315. ;ImageLayout = Vertical
  1316. ;ImageFile = Office2007a\ExplorerBarHeaderClose.bmp
  1317. ;ImageCount  = 3
  1318. ;Transparent = true
  1319. ;OffsetType  = TopRight
  1320. ;Offset  = -4, 4
  1321. ;FillColorHint = 138 168 229; Close box normal state (blue)
  1322. ;AccentColorHint = 255 121 95; Close box rollover (brick red)
  1323.  
  1324. [ExplorerBar.HeaderPin]; Not used in IE 6
  1325. BgType  = ImageFile
  1326. ;SizingType  = TrueSize
  1327. ;ImageLayout = Vertical
  1328. ;ImageFile = Office2007a\ExplorerBarHeaderPin.bmp
  1329. ;ImageCount  = 6
  1330. ;Transparent = true
  1331. ;OffsetType  = TopRight
  1332. ;Offset  = -6, 4
  1333. ;FillColorHint = 189 206 239; Average pin color (blue grey)
  1334.